home *** CD-ROM | disk | FTP | other *** search
- object frmEncode: TfrmEncode
- Left = 282
- Top = 308
- AutoScroll = False
- Caption = 'mpeg Encoder v0.07a - by SoloH'
- ClientHeight = 446
- ClientWidth = 633
- Color = cl3DLight
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- PopupMenu = pmnuMain
- Position = poScreenCenter
- ShowHint = True
- OnKeyDown = FormKeyDown
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pbarEncoded: TProgressBar
- Left = 0
- Top = 418
- Width = 633
- Height = 9
- Align = alBottom
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 0
- end
- object sbMpeg: TStatusBar
- Left = 0
- Top = 427
- Width = 633
- Height = 19
- Panels = <>
- SimplePanel = True
- SimpleText =
- 'Check for the latest version or update at http://www.isafeelin.o' +
- 'rg/soloh/mpegEnc.html'
- end
- object pnlRight: TPanel
- Left = 408
- Top = 0
- Width = 225
- Height = 385
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 2
- OnResize = pnlRightResize
- object lblRight: TLabel
- Left = 8
- Top = 240
- Width = 209
- Height = 41
- Cursor = crCross
- Hint = 'Try dragging me...'
- Alignment = taCenter
- AutoSize = False
- Caption = 'TARGET'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -32
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnMouseDown = lblMouseDown
- OnMouseMove = lblRightMouseMove
- OnMouseUp = lblMouseUp
- end
- object lblTargetMask: TLabel
- Left = 8
- Top = 8
- Width = 34
- Height = 13
- Caption = 'Mask:'
- end
- object dirTarget: TDirectoryListBox
- Left = 8
- Top = 280
- Width = 209
- Height = 97
- Hint = 'Select target directory'
- FileList = flbTarget
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- OnKeyDown = FormKeyDown
- end
- object flbTarget: TFileListBox
- Left = 8
- Top = 40
- Width = 209
- Height = 201
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 1
- OnKeyDown = FormKeyDown
- end
- object cboTargetMask: TComboBox
- Left = 48
- Top = 8
- Width = 169
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- '*.mp?'
- '*.wav'
- '*.*')
- ParentFont = False
- TabOrder = 2
- OnChange = cboTargetMaskChange
- end
- end
- object pnlLeft: TPanel
- Left = 0
- Top = 0
- Width = 225
- Height = 385
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 3
- OnResize = pnlLeftResize
- object lblLeft: TLabel
- Left = 8
- Top = 240
- Width = 209
- Height = 33
- Cursor = crCross
- Hint = 'Try dragging me...'
- Alignment = taCenter
- AutoSize = False
- Caption = 'SOURCE'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -32
- Font.Name = 'Verdana'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnMouseDown = lblMouseDown
- OnMouseMove = lblLeftMouseMove
- OnMouseUp = lblMouseUp
- end
- object lblSourceMask: TLabel
- Left = 8
- Top = 8
- Width = 34
- Height = 13
- Caption = 'Mask:'
- end
- object flbSource: TFileListBox
- Left = 8
- Top = 40
- Width = 209
- Height = 201
- Hint = 'Select one or more sound files.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 13
- MultiSelect = True
- ParentFont = False
- PopupMenu = pmnuWave
- TabOrder = 0
- OnClick = flbSourceClick
- OnDblClick = pmnuWavePlayClick
- OnKeyDown = flbSourceKeyDown
- end
- object dirSource: TDirectoryListBox
- Left = 8
- Top = 280
- Width = 209
- Height = 97
- Hint = 'Select source directory'
- FileList = flbSource
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 1
- OnKeyDown = FormKeyDown
- end
- object cboSourceMask: TComboBox
- Left = 48
- Top = 8
- Width = 169
- Height = 21
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 13
- Items.Strings = (
- '*.wav'
- '*.*')
- ParentFont = False
- TabOrder = 2
- OnChange = cboSourceMaskChange
- end
- end
- object pnlMiddle: TPanel
- Left = 224
- Top = 0
- Width = 185
- Height = 417
- BevelInner = bvLowered
- BevelOuter = bvLowered
- TabOrder = 4
- object btnEncode: TButton
- Left = 8
- Top = 8
- Width = 169
- Height = 25
- Caption = 'Encode'
- TabOrder = 0
- OnClick = btnEncodeClick
- end
- object radgFrequency: TRadioGroup
- Left = 8
- Top = 40
- Width = 169
- Height = 89
- Hint = 'Samples p/sec. of the source (.wav/.raw)'
- Caption = 'Frequency [Hz]'
- Columns = 2
- Ctl3D = True
- ItemIndex = 0
- Items.Strings = (
- '44100'
- '48000'
- '32000'
- '22050'
- '24000'
- '16000')
- ParentCtl3D = False
- TabOrder = 1
- OnClick = radgLayerClick
- end
- object grpBitrate: TGroupBox
- Left = 8
- Top = 136
- Width = 169
- Height = 49
- Caption = 'Bitrate'
- TabOrder = 2
- object cboBitrate: TComboBox
- Left = 8
- Top = 16
- Width = 153
- Height = 21
- Style = csDropDownList
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- end
- end
- object radgLayer: TRadioGroup
- Left = 8
- Top = 192
- Width = 169
- Height = 65
- Caption = 'Compression Layer'
- Columns = 2
- ItemIndex = 2
- Items.Strings = (
- 'Layer I'
- 'Layer II'
- 'Layer III')
- TabOrder = 3
- OnClick = radgLayerClick
- end
- object radgChannelMode: TRadioGroup
- Left = 8
- Top = 264
- Width = 169
- Height = 65
- Caption = 'Channel mode'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Stereo'
- 'J-Stereo'
- '2 Chan.'
- 'Mono')
- TabOrder = 4
- OnClick = radgLayerClick
- end
- object btnExtraOptions: TButton
- Left = 8
- Top = 384
- Width = 169
- Height = 25
- Caption = 'Extra Options'
- TabOrder = 5
- OnClick = btnExtraOptionsClick
- end
- object radgSourceHW: TRadioGroup
- Left = 8
- Top = 336
- Width = 169
- Height = 41
- Hint =
- 'Here you can choose, if you like to encode from drive-letters or' +
- ' straight from CDROM'
- Caption = 'Source'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Drive'
- 'CD')
- TabOrder = 6
- OnClick = radgSourceHWClick
- end
- end
- object mciOnForm: TMediaPlayer
- Left = -228
- Top = 32
- Width = 253
- Height = 30
- Visible = False
- TabOrder = 5
- end
- object drvSource: TDriveComboBox
- Left = 8
- Top = 392
- Width = 209
- Height = 19
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- TextCase = tcUpperCase
- OnChange = drvSourceChange
- OnKeyDown = FormKeyDown
- end
- object drvTarget: TDriveComboBox
- Left = 416
- Top = 392
- Width = 209
- Height = 19
- DirList = dirTarget
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Verdana'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- TextCase = tcUpperCase
- OnKeyDown = FormKeyDown
- end
- object pnlCDRom: TPanel
- Left = 0
- Top = 0
- Width = 225
- Height = 385
- BevelInner = bvLowered
- Caption = 'pnlCDRom'
- TabOrder = 8
- Visible = False
- object lvToc: TListView
- Left = 2
- Top = 2
- Width = 221
- Height = 381
- Align = alClient
- Columns = <
- item
- Caption = 'Track'
- Width = 44
- WidthType = (
- -2)
- end
- item
- Caption = 'start'
- Width = 38
- WidthType = (
- -2)
- end
- item
- Caption = 'length'
- Width = 135
- WidthType = (
- -2)
- end>
- ReadOnly = True
- HideSelection = False
- MultiSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnKeyDown = lvTocKeyDown
- end
- end
- object pmnuMain: TPopupMenu
- Left = 65534
- Top = 98
- object pmnuAbout: TMenuItem
- Caption = '&About'
- ShortCut = 16449
- OnClick = pmnuAboutClick
- end
- object pmnuDebug: TMenuItem
- Caption = '&Debug window'
- ShortCut = 16452
- OnClick = pmnuDebugClick
- end
- end
- object pmnuWave: TPopupMenu
- Left = 65534
- Top = 65
- object pmnuWavePlay: TMenuItem
- Caption = '&Play'
- Default = True
- ShortCut = 16464
- OnClick = pmnuWavePlayClick
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object pmnuWaveAutoPlay: TMenuItem
- Caption = '&Auto Play'
- ShortCut = 0
- OnClick = pmnuWaveAutoPlayClick
- end
- end
- end
-